home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hottest 6
/
Hottest 6 (1996)(PDSoft)[!].iso
/
software
/
fredfish
/
1092.lha
/
Programs
/
ErrorMsg
/
Glue
/
Src
/
AlertErrorMsg.s
next >
Wrap
Text File
|
1994-06-21
|
251b
|
18 lines
include libraries/errormsg_lib.i
XREF _ErrorMsgBase
XDEF _AlertErrorMsg
_AlertErrorMsg
movem.l d2/a6,-(sp)
move.l _ErrorMsgBase,a6
move.l 12(sp),d0
move.l 16(sp),d1
move.l 20(sp),d2
jsr _LVOAlertErrorMsg(a6)
move.l (sp)+,d2/a6
rts
END